projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d056cf6
)
(quail-find-key): Fix docstring.
author
Kenichi Handa
<handa@m17n.org>
Wed, 12 May 2004 10:58:35 +0000
(10:58 +0000)
committer
Kenichi Handa
<handa@m17n.org>
Wed, 12 May 2004 10:58:35 +0000
(10:58 +0000)
lisp/international/quail.el
patch
|
blob
|
history
diff --git
a/lisp/international/quail.el
b/lisp/international/quail.el
index af0dc4e87438955e879512f74bab0d1634dd8bc1..d10e215881b9eb314feb5cfc05fdcea46ff72d6f 100644
(file)
--- a/
lisp/international/quail.el
+++ b/
lisp/international/quail.el
@@
-2687,7
+2687,8
@@
KEY BINDINGS FOR CONVERSION
key-list))
(defun quail-find-key (char)
- "Return a list of keys to type to input CHAR in the current input method."
+ "Return a list of keys to type to input CHAR in the current input method.
+If CHAR is an ASCII character and can be input by typing itself, return t."
(let ((decode-map (or (quail-decode-map)
(setcar (nthcdr 10 quail-current-package)
(quail-gen-decode-map))))